@charset "utf-8";


@font-face{
     font-family: 'poppins_l'; 
     src: url('../font/Poppins-Light.ttf');
}
@font-face{
     font-family: 'poppins_r'; 
     src: url('../font/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'poppins_m'; 
     src: url('../font/Poppins-Medium.ttf');
}

/*---------------------------------
banner
-----------------------------------*/
.banner .img_cover{
	height: 780px;
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.banner .swiper-pagination{
	text-align: left;
	bottom: 26px;
}
.banner .swiper-pagination span{
	border-radius: 0;
	width: 50px;
	height: 6px;
}
.banner .swiper-pagination span.swiper-pagination-bullet{
	opacity: 0.3;
}
.banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #3c70c7;
	opacity: 1;
}


/*---------------------------------
新闻
-----------------------------------*/
.index_box_1{
	background-color: #f5f5f5;
}
.index_box_1 .news{
	position: relative;
	z-index: 1;
	width: 30%;
	color: #fff;
	margin-top: -113px;
	background: #3c70c7;
	overflow: hidden;
}
.index_box_1 .news .big_tit_box{
	font-size: 22px;
	padding: 32px 36px 30px 36px;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	position: relative;
}
.index_box_1 .news .big_tit_box .tit{
	position: relative;
	line-height: 1.4;
}
.index_box_1 .news .big_tit_box .tit p{
	font-family: 'poppins_l';
	letter-spacing: 1px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
.index_box_1 .news .big_tit_box .more{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
    line-height: 50px;
}
.index_box_1 .news .big_tit_box .more:hover{
	color: #fff;
}
.index_box_1 .news .item_list{
	padding: 20px 0;
}
.index_box_1 .news .item_list li{
	padding: 10px 20px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_1 .news .item_list li:nth-child(2){
	animation-delay: 0.2s;
}
.index_box_1 .news .item_list li:nth-child(3){
	animation-delay: 0.4s;
}
.index_box_1 .news .item_list li:nth-child(4){
	animation-delay: 0.6s;
}
.index_box_1 .news .item_list li:hover{
	background-color: #2d5cab;
}
.index_box_1 .news .item_list .date_box{
	background-color: #2d5cab;
	padding: 10px;
}
.index_box_1 .news .item_list .date_box .sss,
.index_box_1 .news .item_list .date_box .ee{
	display: block;
	line-height: 1.1;
	font-family: 'poppins_r';
}
.index_box_1 .news .item_list .date_box .sss{
	font-size: 18px;
}
.index_box_1 .news .item_list .date_box .ee{
	color: rgba(255, 255, 255, 0.6);
}
.index_box_1 .news .item_list .content_box{
	width: calc(100% - 86px);
}
.index_box_1 .news .item_list .content_box a.tit{
	display: block;
	font-size: 16px;
	width: 100%;
}
.index_box_1 .news .item_list .content_box .info{
	color: rgba(255, 255, 255, 0.6);
}


/*---------------------------------
介绍
-----------------------------------*/
.index_box_1 .intro{
	width: 66%;
	margin-top: 70px;
	padding-bottom: 30px;
	overflow: hidden;
}
.index_box_1 .intro .img_cover{
	width: 320px;
	height: 200px;
	position: relative;
	overflow: hidden;
	z-index: 9;
}
.index_box_1 .intro .fl{
	position: relative;
}
.index_box_1 .intro .fl:after{
	content: "";
	border: 10px solid rgba(38, 44, 55, 0.08);
	width: 300px;
	height: 180px;
	display: block;
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: 8;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_1 .intro .fl:hover:after{
	right: 0;
	bottom: 0;
}
.index_box_1 .intro .img_cover img{
	width: 100%;
	height: 100%;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_1 .intro .img_cover:hover img{
	transform: scale(1.08);
}
.index_box_1 .intro .content_box{
	width: calc(100% - 380px);
}
.index_box_1 .intro .content_box .tit{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.4;
}
.index_box_1 .intro .content_box .tit p{
	letter-spacing: 1px;
	font-size: 14px;
	opacity: 0.6;
}
.index_box_1 .intro .content_box p.info{
	color: #666;
	margin-bottom: 10px;
}
.index_box_1 .intro .content_box a.more{
	display: inline-block;
	color: rgba(38, 44, 55, 0.6);
	border-bottom: 2px rgba(38, 44, 55, 0.2) solid;
	line-height: 2;
}
.index_box_1 .intro .content_box a.more:hover{
	color: #3c70c7;
	border-color: #3c70c7;
}


/*---------------------------------
产品
-----------------------------------*/
.index_box_2{
	margin-top: 50px;
	margin-bottom: 60px;
}
.index_box_2 .tit_box{
	margin-bottom: 20px;
	overflow: hidden;
}
.index_box_2 .tit_box .tit{
	font-size: 22px;
	line-height: 1.4;
}
.index_box_2 .tit_box a{
	line-height: 50px;
	opacity: 0.6;
}
.index_box_2 .tit_box a:hover{
	color: #3c70c7;
	opacity: 1;
}
.index_box_2 .tit_box .tit p{
	font-family: 'poppins_l';
	opacity: 0.6;
	font-size: 14px;
	letter-spacing: 1px;
}
.index_box_2 .swiper_pro .img_cover{
	overflow: hidden;
	position: relative;
}
.index_box_2 .swiper_pro .img_cover img{
	width: 100%;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_2 .swiper_pro a:hover .img_cover img{
	transform: scale(1.1);
}
.index_box_2 .swiper_pro a .img_cover:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_2 .swiper_pro a:hover .img_cover:after{
	background-color: rgba(38, 44, 55, 0.4);
}
.index_box_2 .swiper-button-prev,
.index_box_2 .swiper-button-next{
	background-color: rgba(0, 0, 0, 0.2);
	width: calc(var(--swiper-navigation-size) / 44 * 44);
	color: #fff;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_2 .swiper-button-prev:hover,
.index_box_2 .swiper-button-next:hover{
	background-color: rgba(0, 0, 0, 0.6);
}
.index_box_2 .swiper-button-prev:after,
.index_box_2 .swiper-button-next:after{
	font-size: 20px;
}
.index_box_2 .swiper-button-prev{
	left: calc(0px - var(--swiper-navigation-size) / 44 * 44 - 20px);
}
.index_box_2 .swiper-button-next{
	right: calc(0px - var(--swiper-navigation-size) / 44 * 44 - 20px);
}
.index_box_2 .swiper_pro a p.tit{
	font-size: 14px;
	color: #666;
	padding: 14px 14px;
	background-color: #fff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_2 .swiper_pro a:hover p.tit{
	border-color: #3c70c7;
	color: #3c70c7;
}
.index_box_2 .swiper_pro a p.tit span{
	display: block;
	width: 80%;
}
.index_box_2 .swiper_pro a p.tit .fr{
	height: 1.8em;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    transition: all ease .4s;
}
.index_box_2 .swiper_pro a:hover p.tit .fr{
	color: #3c70c7;
}
.index_box_2 .swiper_pro .swiper-slide{
	animation-name: fadeInUp;
}
.index_box_2 .swiper_pro .swiper-slide:nth-child(odd){
	animation-name: fadeInDown;
}


/*---------------------------------
快捷入口
-----------------------------------*/
.quick_link .container{
	overflow: hidden;
}
.quick_link{
	margin-bottom: 60px;
}
.quick_link ul li{
	display: block;
	height: 200px;
	width: calc(50% - 10px);
	background-position: right top;
	background-color: #f8f8f8;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 46px;
	font-size: 22px;
	line-height: 1.4;
	position: relative;
	z-index: 9;
}
.quick_link ul li:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 44, 55, 0.04);
	z-index: -1;
}
.quick_link ul li p{
	letter-spacing: 1px;
	font-size: 14px;
	font-family: 'poppins_l';
	opacity: 0.6;
}
.quick_link ul li:nth-child(1){
	background-image: url(../image/link_1.jpg);
}
.quick_link ul li:nth-child(2){
	background-image: url(../image/link_2.jpg);
}
.quick_link a.more{
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 14px;
	border-radius: 50%;
	background-color: #3c70c7;
	color: #fff;
	text-align: center;
	margin-top: 18px;
}
.quick_link a.more:hover{
	background-color: #fff;
	color: #3c70c7;
}
.quick_link a.more .fa-arrow-right{
	height: 34px;
}


